From 99df231b492fdea64905ffd1c314f5290e4326be Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 13 Dec 2000 02:07:43 +0000 Subject: [PATCH] (smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we don't get stuck while trying to smilefy intangible text. --- lisp/gnus/smiley-ems.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el index 4b54197c40e..e3bc261bb96 100644 --- a/lisp/gnus/smiley-ems.el +++ b/lisp/gnus/smiley-ems.el @@ -108,6 +108,7 @@ which smileys to operate on and which images to use for them." (smiley-update-cache)) (save-excursion (let ((beg (or start (point-min))) + (inhibit-point-motion-hooks t) group overlay image) (dolist (entry smiley-cached-regexp-alist) (setq group (nth 1 entry) -- 2.30.2